@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');



/* resets */
*{
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}
:root{
    --primary-text-color: #183b56;
    --secondary-text-color: #577592;
    --accent-color: #2294ed;
    --accent-color-dark: #1d69a3;
    --padding-inline-section: 20px;
}
body{
    font-family: 'Poppins',sans-serif;
    color: var(--primary-text-color);
}
h1{
    font-size: 3rem;
}
h2{
    font-size: 2rem;
}
h3{
    font-size: 1.5rem;
}
p{
    font-family: 'Roboto',sans-serif;
    color: var(--primary-text-color);
    line-height: 1.8rem;
    font-size: 1.25rem;
}
a{
    text-decoration: none;
    display: inline-block;
}
ul{
    list-style: none;
}

/* utility classes */
.small-bold-text{
    font-size: 1.5rem;
    font-weight: 700;
}
.container{
    max-width: 1180px;
    margin-inline: auto;
    padding-inline: var(--padding-inline-section);
    
    
}
.banner-text{
    color:white;
    text-align: center;
    padding: 15px 30px;
}
.top-banner{
    background:linear-gradient(to top right ,green, greenyellow);
}
.flex{
    display: flex;
    align-items: center;
}
/* Nav bar */
.main-nav{
    background-color: #ffff;
    position:fixed;
    top: 0;
    z-index: 1;
    width: 100%;
    max-width: 100%;
    justify-content: space-between;
}
.company-logo img{
    width:100px;
    margin-top: 10px;
    margin-bottom: 10px ;
}
.nav-links{
    flex-basis: 730px;
    font-size: 1.5rem;
}
.nav-links ul{
    justify-content: end;
    gap: 40px;
}
.hover-links{
    color: rgb(11, 125, 28);
    transition: 0.2s ease-out;
}
.hover-links:hover{
    color: rgb(130, 184, 48);
}
.nav-toggle{
    display: none;
}

/* banner */
.banner{
    padding: 65px;
    background-image: url(seedling1.jpg);
    background-size: cover;
    margin-top: 130px;
    height: 250px;
    width: 100%;
    overflow: hidden;
}
.banner h1{
    color: #fff;
    text-align:center;
    font-size: 5rem;
    width: 100%;
}

/* message */
.contactbody{
    display: flex;
    align-items: start;
    justify-content: space-between;
    padding: 100px;
    
}
.formlogo{
    background-color: #ffffff;
    border-radius: 2vh;
    
    
}
.formlogo img{
    height: 18vh;
    margin: 0px 0px 0px 0px;
}
.formlogo h2{
    padding-top:2vh;
    padding-bottom: 5vh;
    font-size: 9vh;
    color: #4A4A48;
}
.soi{
    
    margin-top: auto;
    display: grid;
    grid-template-columns: repeat(3,50px);
    grid-gap: 5vh;

}
.soi li{
    list-style: none;
}
.soi li a{
    
    display: inline block;
    width: 8vh;
    height: 8vh;
    background: #545454;
    display: grid;
    justify-content: center;
    align-content: center;
    text-decoration: none;
    border-radius: 4vh;
}
.soi li a:nth-child(1){
    color: #fff;
    font-size: 5vh;
}
.formbody{
    background-color: #fff;
    border-radius: 2vh;
}
.details{
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: repeat(2, 1fr);
    grid-column-gap: 4rem;
    grid-row-gap: 2rem;

}
.contact-inputs{
    padding-left: 3vh;
    font-size: 3vh;
    align-items: center;
    border-radius: 2vh;
    border: #E9FFE7;
    width: 100%;
    height: 10vh;
    background-color: #E9FFE7;
}
.message-inputs{
    padding-left: 3vh;
    margin-top: 5vh;
    padding-top: 3vh;
    font-size: 3vh;
    align-items: center;
    border-radius: 2vh;
    border: #E9FFE7;
    width: 100%;
    height: 30vh;
    background-color: #E9FFE7;
}
.submit-button{
    margin-top: 5vh;
    background: #2E5525;
    -webkit-border-radius: 7;
    -moz-border-radius: 7;
    border-radius: 1vh;
    border-color: #2E5525;
    color: #ffffff;
    font-size: 3vh;
    height: 7vh;
    width: 20vh;
    padding: 10px 20px 10px 20px;
    text-decoration: none;
}
.submit-button:hover{
    background: #08a105;
    border-color: #08a105;
    text-decoration: none;
}

    
.detailcontainer{
    display: flex;
    justify-content: center;
}
.contactdetails{
    position: relative;
    margin: 0px 0px 20px 0px;
    background-color: #f7ffea;
    padding:10vh 10vh 0vh 10vh;
    display: flex;
    justify-content:space-around    ;
    border-radius: 3vh;
    width: 90%;
}
.contactdetails li{
    list-style: none;
}
.contactdetails i{
    display: flex;
    width: 50px;
    height:50px;
    background: #B2D430;
    align-items: center;
    justify-content: center;
    border-radius: 50px;
    
}
.contactdetails li i:nth-child(1){
    color: #fff;
    font-size: 2rem;}
.contactdetails li a{
    
    display: flex;
    justify-content: space-around;
    margin-bottom: 5vh;
    font-weight: 500;
}

.contactdetails li a p{
    padding-left: 20px;
    font-size: 1rem;
}



/* Footer section */
.footer-section-main{
    background-color: #d4faa2;
    background-size: cover;
    max-width: 100%;
}
.footer-section{
    display: flex;
    align-items: center;
    padding: 30px;
    width: 100%;
    justify-content: space-between;
}
.footer-right{
    flex-direction: column;
    gap: px;
    position: abs;
}
.footer-right h1{
    color: #275600;
    
}
.icon{
    gap: 20px;
    color: rgb(50, 72, 0);
    margin-bottom: 5px; 
    
}
.icon h4{
    color: rgb(50, 72, 0);
    font-weight: 500;
}
/* subfooter section */

.subfooter-section{
    background-color: rgb(6, 50, 6);
    color: white;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 30px;
}
.subfooter-left{
    left: 50px;
}
.subfooter-right{

    right: 50px;
    gap: 30px;
}
